getFrameHeight

abstract fun getFrameHeight(block: DesignBlock): Float

Get a block's layout height. The layout height is only available after an internal update loop, which may not happen immediately.

Return

the layout height.

Parameters

block

the block to query.